﻿2026-06-19T05:32:19.5289821Z ##[group]Run set -euo pipefail
2026-06-19T05:32:19.5290203Z [36;1mset -euo pipefail[0m
2026-06-19T05:32:19.5290450Z [36;1mPIN=0c95435[0m
2026-06-19T05:32:19.5290684Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-19T05:32:19.5290965Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-19T05:32:19.5291332Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-19T05:32:19.5291821Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-19T05:32:19.5292287Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-19T05:32:19.5292673Z [36;1m  rm -rf "$CACHE"[0m
2026-06-19T05:32:19.5292945Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-19T05:32:19.5293246Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-19T05:32:19.5293613Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-19T05:32:19.5293996Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-19T05:32:19.5294347Z [36;1mfi[0m
2026-06-19T05:32:19.5294664Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-19T05:32:19.5309112Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-19T05:32:19.5309450Z env:
2026-06-19T05:32:19.5309850Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-19T05:32:19.5310122Z ##[endgroup]
2026-06-19T05:32:20.2186887Z    Compiling proc-macro2 v1.0.106
2026-06-19T05:32:20.2187599Z    Compiling unicode-ident v1.0.24
2026-06-19T05:32:20.2188070Z    Compiling quote v1.0.45
2026-06-19T05:32:20.2188633Z    Compiling libc v0.2.186
2026-06-19T05:32:20.2189015Z    Compiling serde_core v1.0.228
2026-06-19T05:32:20.2189455Z    Compiling cfg-if v1.0.4
2026-06-19T05:32:20.2189716Z    Compiling serde v1.0.228
2026-06-19T05:32:20.2230845Z    Compiling log v0.4.32
2026-06-19T05:32:20.2256071Z    Compiling pin-project-lite v0.2.17
2026-06-19T05:32:20.2298480Z    Compiling typenum v1.20.1
2026-06-19T05:32:20.2319279Z    Compiling portable-atomic v1.13.1
2026-06-19T05:32:20.2367455Z    Compiling version_check v0.9.5
2026-06-19T05:32:20.2408258Z    Compiling memchr v2.8.1
2026-06-19T05:32:20.2621185Z    Compiling find-msvc-tools v0.1.9
2026-06-19T05:32:20.2624437Z    Compiling shlex v2.0.1
2026-06-19T05:32:20.2830954Z    Compiling critical-section v1.2.0
2026-06-19T05:32:20.3138402Z    Compiling futures-core v0.3.32
2026-06-19T05:32:20.3301082Z    Compiling subtle v2.6.1
2026-06-19T05:32:20.3690200Z    Compiling bytes v1.11.1
2026-06-19T05:32:20.5066906Z    Compiling equivalent v1.0.2
2026-06-19T05:32:20.5141265Z    Compiling smallvec v1.15.1
2026-06-19T05:32:20.5210812Z    Compiling itoa v1.0.18
2026-06-19T05:32:20.5371466Z    Compiling semver v1.0.28
2026-06-19T05:32:20.5512962Z    Compiling stable_deref_trait v1.2.1
2026-06-19T05:32:20.5580712Z    Compiling futures-sink v0.3.32
2026-06-19T05:32:20.5650895Z    Compiling futures-io v0.3.32
2026-06-19T05:32:20.5715557Z    Compiling slab v0.4.12
2026-06-19T05:32:20.5794420Z    Compiling generic-array v0.14.7
2026-06-19T05:32:20.6520898Z    Compiling futures-channel v0.3.32
2026-06-19T05:32:20.6651421Z    Compiling futures-task v0.3.32
2026-06-19T05:32:20.7724006Z    Compiling rustversion v1.0.22
2026-06-19T05:32:20.7724786Z    Compiling bitflags v2.12.1
2026-06-19T05:32:20.7750347Z    Compiling hashbrown v0.17.1
2026-06-19T05:32:20.7911053Z    Compiling cpufeatures v0.2.17
2026-06-19T05:32:20.7912956Z    Compiling fnv v1.0.7
2026-06-19T05:32:20.8070375Z    Compiling cfg_aliases v0.2.1
2026-06-19T05:32:20.8527854Z    Compiling rustc_version v0.4.1
2026-06-19T05:32:20.8745548Z    Compiling strsim v0.11.1
2026-06-19T05:32:20.8749831Z    Compiling rand_core v0.10.1
2026-06-19T05:32:20.8940825Z    Compiling litemap v0.8.2
2026-06-19T05:32:20.8959847Z    Compiling writeable v0.6.3
2026-06-19T05:32:20.9700828Z    Compiling fs_extra v1.3.0
2026-06-19T05:32:21.0880717Z    Compiling utf8_iter v1.0.4
2026-06-19T05:32:21.0977313Z    Compiling getrandom v0.4.2
2026-06-19T05:32:21.1620777Z    Compiling dunce v1.0.5
2026-06-19T05:32:21.1740716Z    Compiling ident_case v1.0.1
2026-06-19T05:32:21.2460863Z    Compiling icu_normalizer_data v2.2.0
2026-06-19T05:32:21.2901068Z    Compiling icu_properties_data v2.2.0
2026-06-19T05:32:21.3146304Z    Compiling percent-encoding v2.3.2
2026-06-19T05:32:21.3560523Z    Compiling autocfg v1.5.1
2026-06-19T05:32:21.3618248Z    Compiling http v1.4.1
2026-06-19T05:32:21.3771461Z    Compiling cpufeatures v0.3.0
2026-06-19T05:32:21.4520549Z    Compiling thiserror v2.0.18
2026-06-19T05:32:21.5131200Z    Compiling syn v2.0.117
2026-06-19T05:32:21.5252159Z    Compiling unicode-segmentation v1.13.3
2026-06-19T05:32:21.5420755Z    Compiling aws-lc-rs v1.17.0
2026-06-19T05:32:21.5510526Z    Compiling scopeguard v1.2.0
2026-06-19T05:32:21.5801077Z    Compiling indexmap v2.14.0
2026-06-19T05:32:21.6080726Z    Compiling form_urlencoded v1.2.2
2026-06-19T05:32:21.6240715Z    Compiling lock_api v0.4.14
2026-06-19T05:32:21.6440424Z    Compiling chacha20 v0.10.0
2026-06-19T05:32:21.8050817Z    Compiling untrusted v0.9.0
2026-06-19T05:32:21.8236214Z    Compiling rustls v0.23.40
2026-06-19T05:32:21.8450608Z    Compiling heck v0.5.0
2026-06-19T05:32:21.8690333Z    Compiling anyhow v1.0.102
2026-06-19T05:32:21.8960461Z    Compiling const-oid v0.10.2
2026-06-19T05:32:21.9100672Z    Compiling atomic-waker v1.1.2
2026-06-19T05:32:21.9624281Z    Compiling unicode-xid v0.2.6
2026-06-19T05:32:21.9735843Z    Compiling httparse v1.10.1
2026-06-19T05:32:21.9763084Z    Compiling parking_lot_core v0.9.12
2026-06-19T05:32:22.0230836Z    Compiling paste v1.0.15
2026-06-19T05:32:22.0409733Z    Compiling convert_case v0.10.0
2026-06-19T05:32:22.0668298Z    Compiling zerocopy v0.8.50
2026-06-19T05:32:22.1013734Z    Compiling jobserver v0.1.34
2026-06-19T05:32:22.1181867Z    Compiling num-traits v0.2.19
2026-06-19T05:32:22.1531052Z    Compiling hybrid-array v0.4.12
2026-06-19T05:32:22.1998642Z    Compiling curve25519-dalek v4.1.3
2026-06-19T05:32:22.2450685Z    Compiling ahash v0.8.12
2026-06-19T05:32:22.3229414Z    Compiling base64ct v1.8.3
2026-06-19T05:32:22.3361296Z    Compiling fastrand v2.4.1
2026-06-19T05:32:22.3751021Z    Compiling cc v1.2.63
2026-06-19T05:32:22.4192393Z    Compiling crypto-common v0.1.7
2026-06-19T05:32:22.4459611Z    Compiling block-buffer v0.10.4
2026-06-19T05:32:22.4608288Z    Compiling http-body v1.0.1
2026-06-19T05:32:22.4967437Z    Compiling either v1.16.0
2026-06-19T05:32:22.5070725Z    Compiling powerfmt v0.2.0
2026-06-19T05:32:22.5853197Z    Compiling digest v0.10.7
2026-06-19T05:32:22.6418670Z    Compiling pem-rfc7468 v1.0.0
2026-06-19T05:32:22.6590954Z    Compiling deranged v0.5.8
2026-06-19T05:32:22.7462544Z    Compiling pkg-config v0.3.33
2026-06-19T05:32:22.7777984Z    Compiling try-lock v0.2.5
2026-06-19T05:32:22.8170956Z    Compiling time-core v0.1.8
2026-06-19T05:32:22.8300733Z    Compiling mio v1.2.1
2026-06-19T05:32:22.8790498Z    Compiling socket2 v0.6.4
2026-06-19T05:32:22.8956320Z    Compiling getrandom v0.2.17
2026-06-19T05:32:22.9535432Z    Compiling tower-service v0.3.3
2026-06-19T05:32:22.9840412Z    Compiling zmij v1.0.21
2026-06-19T05:32:23.0390554Z    Compiling rand_core v0.6.4
2026-06-19T05:32:23.0520661Z    Compiling num-conv v0.2.2
2026-06-19T05:32:23.0697679Z    Compiling base64 v0.22.1
2026-06-19T05:32:23.1000504Z    Compiling tinyvec_macros v0.1.1
2026-06-19T05:32:23.1620304Z    Compiling rand v0.10.1
2026-06-19T05:32:23.2232234Z    Compiling data-encoding v2.11.0
2026-06-19T05:32:23.2337005Z    Compiling vcpkg v0.2.15
2026-06-19T05:32:23.2403400Z    Compiling parking_lot v0.12.5
2026-06-19T05:32:23.2826525Z    Compiling tinyvec v1.11.0
2026-06-19T05:32:23.2998241Z    Compiling want v0.3.1
2026-06-19T05:32:23.2999631Z    Compiling sha2 v0.10.9
2026-06-19T05:32:23.5710138Z    Compiling block-buffer v0.12.0
2026-06-19T05:32:23.5974046Z    Compiling crypto-common v0.2.2
2026-06-19T05:32:23.6840736Z    Compiling cmake v0.1.58
2026-06-19T05:32:23.7110883Z    Compiling inout v0.1.4
2026-06-19T05:32:23.7800740Z    Compiling vergen-lib v9.1.0
2026-06-19T05:32:23.8412913Z    Compiling n0-future v0.3.2
2026-06-19T05:32:23.8487406Z    Compiling cordyceps v0.3.4
2026-06-19T05:32:23.8661542Z    Compiling crossbeam-utils v0.8.21
2026-06-19T05:32:23.8730347Z    Compiling signature v2.2.0
2026-06-19T05:32:23.9471102Z    Compiling parking v2.2.1
2026-06-19T05:32:24.0300215Z    Compiling winnow v1.0.3
2026-06-19T05:32:24.0542549Z    Compiling spin v0.10.0
2026-06-19T05:32:24.0790619Z    Compiling serde_json v1.0.150
2026-06-19T05:32:24.1044534Z    Compiling httpdate v1.0.3
2026-06-19T05:32:24.1433175Z    Compiling diatomic-waker v0.2.3
2026-06-19T05:32:24.1890485Z    Compiling futures-lite v2.6.1
2026-06-19T05:32:24.2117298Z    Compiling ed25519 v2.2.3
2026-06-19T05:32:24.2394627Z    Compiling futures-buffered v0.2.13
2026-06-19T05:32:24.2671439Z    Compiling cipher v0.4.4
2026-06-19T05:32:24.2809227Z    Compiling netlink-packet-core v0.8.1
2026-06-19T05:32:24.3031817Z    Compiling universal-hash v0.5.1
2026-06-19T05:32:24.3130494Z    Compiling vergen v9.1.0
2026-06-19T05:32:24.3959895Z    Compiling vergen-lib v0.1.6
2026-06-19T05:32:24.4360732Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-19T05:32:24.4450563Z    Compiling heapless v0.7.17
2026-06-19T05:32:24.5031141Z    Compiling digest v0.11.3
2026-06-19T05:32:24.5530894Z    Compiling noq-udp v0.10.0
2026-06-19T05:32:24.5761905Z    Compiling sync_wrapper v1.0.2
2026-06-19T05:32:24.6170763Z    Compiling allocator-api2 v0.2.21
2026-06-19T05:32:24.6300705Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-19T05:32:24.6562952Z    Compiling aws-lc-sys v0.41.0
2026-06-19T05:32:24.6641072Z    Compiling ring v0.17.14
2026-06-19T05:32:24.6728118Z    Compiling libsqlite3-sys v0.30.1
2026-06-19T05:32:24.6761268Z    Compiling opaque-debug v0.3.1
2026-06-19T05:32:24.6772581Z    Compiling byteorder v1.5.0
2026-06-19T05:32:24.7540604Z    Compiling polyval v0.6.2
2026-06-19T05:32:24.8241404Z    Compiling vergen-gitcl v1.0.8
2026-06-19T05:32:24.8740549Z    Compiling hash32 v0.2.1
2026-06-19T05:32:24.9099703Z    Compiling spin v0.9.8
2026-06-19T05:32:24.9840417Z    Compiling tower-layer v0.3.3
2026-06-19T05:32:25.0129937Z    Compiling ryu v1.0.23
2026-06-19T05:32:25.0480692Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-19T05:32:25.0730667Z    Compiling num_threads v0.1.7
2026-06-19T05:32:25.1207496Z    Compiling fallible-iterator v0.3.0
2026-06-19T05:32:25.1499589Z    Compiling signature v3.0.0
2026-06-19T05:32:25.1820541Z    Compiling time v0.3.47
2026-06-19T05:32:25.2075296Z    Compiling ghash v0.5.1
2026-06-19T05:32:25.2226005Z    Compiling sha2 v0.11.0-rc.5
2026-06-19T05:32:25.2711142Z    Compiling aes v0.8.4
2026-06-19T05:32:25.2810302Z    Compiling ctr v0.9.2
2026-06-19T05:32:25.3210283Z    Compiling fs2 v0.4.3
2026-06-19T05:32:25.3438188Z    Compiling http-body-util v0.1.3
2026-06-19T05:32:25.4769958Z    Compiling aead v0.5.2
2026-06-19T05:32:25.4880457Z    Compiling openssl-probe v0.2.1
2026-06-19T05:32:25.5130276Z    Compiling crossbeam-channel v0.5.15
2026-06-19T05:32:25.5530670Z    Compiling crossbeam-epoch v0.9.18
2026-06-19T05:32:25.6180359Z    Compiling netlink-packet-route v0.29.0
2026-06-19T05:32:25.6780943Z    Compiling blake3 v1.8.5
2026-06-19T05:32:25.7266995Z    Compiling uuid v1.23.2
2026-06-19T05:32:25.9849155Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-19T05:32:25.9902159Z    Compiling aes-gcm v0.10.3
2026-06-19T05:32:25.9990801Z    Compiling memoffset v0.6.5
2026-06-19T05:32:26.0114934Z    Compiling acto v0.8.2
2026-06-19T05:32:26.1218324Z    Compiling netwatch v0.16.0
2026-06-19T05:32:26.1531765Z    Compiling noq v0.18.0
2026-06-19T05:32:26.1873475Z    Compiling rustix v1.1.4
2026-06-19T05:32:26.2050673Z    Compiling identity-hash v0.1.0
2026-06-19T05:32:26.2475980Z    Compiling thiserror v1.0.69
2026-06-19T05:32:26.2610981Z    Compiling ref-cast v1.0.25
2026-06-19T05:32:26.3101318Z    Compiling rustc-hash v2.1.2
2026-06-19T05:32:26.3806494Z    Compiling lru-slab v0.1.2
2026-06-19T05:32:26.3917577Z    Compiling xml-rs v0.8.28
2026-06-19T05:32:26.4411071Z    Compiling synstructure v0.13.2
2026-06-19T05:32:26.5231374Z    Compiling darling_core v0.20.11
2026-06-19T05:32:26.5373182Z    Compiling mac-addr v0.3.0
2026-06-19T05:32:26.5507974Z    Compiling foldhash v0.2.0
2026-06-19T05:32:26.5641592Z    Compiling tagptr v0.2.0
2026-06-19T05:32:26.7173751Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-19T05:32:26.7270687Z    Compiling sorted-index-buffer v0.2.1
2026-06-19T05:32:26.7310609Z    Compiling hashbrown v0.16.1
2026-06-19T05:32:26.8794152Z    Compiling serde_derive_internals v0.29.1
2026-06-19T05:32:26.9588782Z    Compiling netlink-packet-route v0.30.0
2026-06-19T05:32:27.1801281Z    Compiling errno v0.3.14
2026-06-19T05:32:27.3010689Z    Compiling xmltree v0.10.3
2026-06-19T05:32:27.5208860Z    Compiling ioctl-rs v0.1.6
2026-06-19T05:32:27.5604039Z    Compiling proc-macro-crate v3.5.0
2026-06-19T05:32:27.6220698Z    Compiling termios v0.2.2
2026-06-19T05:32:27.6638046Z    Compiling serial-core v0.4.0
2026-06-19T05:32:27.6750964Z    Compiling aho-corasick v1.1.4
2026-06-19T05:32:27.7010208Z    Compiling simple-dns v0.9.3
2026-06-19T05:32:27.7420728Z    Compiling linux-raw-sys v0.12.1
2026-06-19T05:32:27.7706992Z    Compiling regex-syntax v0.8.10
2026-06-19T05:32:27.8410504Z    Compiling smol_str v0.1.24
2026-06-19T05:32:28.0535468Z    Compiling simdutf8 v0.1.5
2026-06-19T05:32:28.0830597Z    Compiling signal-hook v0.3.18
2026-06-19T05:32:28.0968007Z    Compiling constant_time_eq v0.4.2
2026-06-19T05:32:28.1045468Z    Compiling resolv-conf v0.7.6
2026-06-19T05:32:28.1700797Z    Compiling winnow v0.7.15
2026-06-19T05:32:28.2156325Z    Compiling arrayvec v0.7.6
2026-06-19T05:32:28.2630572Z    Compiling sha1_smol v1.0.1
2026-06-19T05:32:28.2820650Z    Compiling toml_write v0.1.2
2026-06-19T05:32:28.3580627Z    Compiling serde_derive v1.0.228
2026-06-19T05:32:28.3730457Z    Compiling zeroize_derive v1.4.3
2026-06-19T05:32:28.4240764Z    Compiling tokio-macros v2.7.0
2026-06-19T05:32:28.4760627Z    Compiling zerofrom-derive v0.1.7
2026-06-19T05:32:28.4797773Z    Compiling futures-macro v0.3.32
2026-06-19T05:32:28.6090505Z    Compiling yoke-derive v0.8.2
2026-06-19T05:32:29.0389829Z    Compiling zeroize v1.8.2
2026-06-19T05:32:29.1910836Z    Compiling tokio v1.52.3
2026-06-19T05:32:29.2028407Z    Compiling zerovec-derive v0.11.3
2026-06-19T05:32:29.4840795Z    Compiling futures-util v0.3.32
2026-06-19T05:32:29.8758230Z    Compiling zerofrom v0.1.8
2026-06-19T05:32:29.9013073Z    Compiling displaydoc v0.2.6
2026-06-19T05:32:30.0131038Z    Compiling yoke v0.8.3
2026-06-19T05:32:30.0997693Z    Compiling tracing-attributes v0.1.31
2026-06-19T05:32:30.2490686Z    Compiling rustls-pki-types v1.14.1
2026-06-19T05:32:30.3560661Z    Compiling thiserror-impl v2.0.18
2026-06-19T05:32:30.5850829Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-19T05:32:30.6700621Z    Compiling zerovec v0.11.6
2026-06-19T05:32:30.7391041Z    Compiling zerotrie v0.2.4
2026-06-19T05:32:30.9777485Z    Compiling darling_macro v0.20.11
2026-06-19T05:32:31.1386293Z    Compiling derive_more-impl v2.1.1
2026-06-19T05:32:31.2740464Z    Compiling spez v0.1.2
2026-06-19T05:32:31.2840601Z    Compiling darling v0.20.11
2026-06-19T05:32:31.3720451Z    Compiling derive_builder_core v0.20.2
2026-06-19T05:32:31.4923905Z    Compiling tinystr v0.8.3
2026-06-19T05:32:31.5496217Z    Compiling potential_utf v0.1.5
2026-06-19T05:32:31.6394719Z    Compiling n0-error-macros v0.1.3
2026-06-19T05:32:31.6941045Z    Compiling icu_locale_core v2.2.0
2026-06-19T05:32:31.7580867Z    Compiling icu_collections v2.2.0
2026-06-19T05:32:32.2826988Z    Compiling der v0.8.0-rc.10
2026-06-19T05:32:32.2920970Z    Compiling pin-project-internal v1.1.13
2026-06-19T05:32:32.5434965Z    Compiling cobs v0.3.0
2026-06-19T05:32:32.6720591Z    Compiling derive_builder_macro v0.20.2
2026-06-19T05:32:32.7604229Z    Compiling n0-error v0.1.3
2026-06-19T05:32:32.7732320Z    Compiling postcard-derive v0.2.2
2026-06-19T05:32:33.0410810Z    Compiling icu_provider v2.2.0
2026-06-19T05:32:33.1870552Z    Compiling derive_builder v0.20.2
2026-06-19T05:32:33.3720536Z    Compiling icu_normalizer v2.2.0
2026-06-19T05:32:33.4740718Z    Compiling icu_properties v2.2.0
2026-06-19T05:32:33.5002294Z    Compiling futures-executor v0.3.32
2026-06-19T05:32:33.5693321Z    Compiling ed25519-dalek v2.2.0
2026-06-19T05:32:33.7636951Z    Compiling ipnet v2.12.0
2026-06-19T05:32:33.7770352Z    Compiling pin-project v1.1.13
2026-06-19T05:32:33.8580242Z    Compiling spki v0.8.0-rc.4
2026-06-19T05:32:33.9013324Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-19T05:32:33.9110645Z    Compiling futures v0.3.32
2026-06-19T05:32:34.0979970Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-19T05:32:34.2654854Z    Compiling prefix-trie v0.8.4
2026-06-19T05:32:34.2891087Z    Compiling ed25519 v3.0.0-rc.4
2026-06-19T05:32:34.4508853Z    Compiling once_cell v1.21.4
2026-06-19T05:32:34.6070762Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-19T05:32:34.6741188Z    Compiling tracing-core v0.1.36
2026-06-19T05:32:34.7034220Z    Compiling postcard v1.1.3
2026-06-19T05:32:34.7570363Z    Compiling rustls-native-certs v0.8.4
2026-06-19T05:32:34.9111179Z    Compiling idna_adapter v1.2.2
2026-06-19T05:32:34.9455334Z    Compiling hashbrown v0.14.5
2026-06-19T05:32:35.0296347Z    Compiling idna v1.1.0
2026-06-19T05:32:35.0690594Z    Compiling data-encoding-macro v0.1.20
2026-06-19T05:32:35.1250833Z    Compiling tokio-util v0.7.18
2026-06-19T05:32:35.1319201Z    Compiling netlink-sys v0.8.8
2026-06-19T05:32:35.2429752Z    Compiling tracing v0.1.44
2026-06-19T05:32:35.2540571Z    Compiling tower v0.5.3
2026-06-19T05:32:35.4821594Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-19T05:32:35.5300687Z    Compiling url v2.5.8
2026-06-19T05:32:35.6168213Z    Compiling derive_more v2.1.1
2026-06-19T05:32:35.6291040Z    Compiling async-trait v0.1.89
2026-06-19T05:32:35.7974458Z    Compiling hashlink v0.9.1
2026-06-19T05:32:35.8393333Z    Compiling enum-assoc v1.3.0
2026-06-19T05:32:35.9258415Z    Compiling strum_macros v0.28.0
2026-06-19T05:32:35.9717404Z    Compiling num_enum_derive v0.7.6
2026-06-19T05:32:36.0751134Z    Compiling iroh-metrics-derive v0.4.1
2026-06-19T05:32:36.1426214Z    Compiling iroh-relay v0.98.0
2026-06-19T05:32:36.1551281Z    Compiling h2 v0.4.14
2026-06-19T05:32:36.1879337Z    Compiling rusqlite v0.32.1
2026-06-19T05:32:36.2190605Z    Compiling tokio-stream v0.1.18
2026-06-19T05:32:36.3490992Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-19T05:32:36.3808430Z    Compiling n0-watcher v0.6.1
2026-06-19T05:32:36.4190781Z    Compiling attohttpc v0.30.1
2026-06-19T05:32:36.5085703Z    Compiling iroh-metrics v0.38.3
2026-06-19T05:32:36.5752955Z    Compiling iroh-base v0.98.0
2026-06-19T05:32:36.6448460Z    Compiling tower-http v0.6.11
2026-06-19T05:32:36.8170682Z    Compiling netdev v0.42.0
2026-06-19T05:32:36.8643473Z    Compiling netlink-proto v0.12.0
2026-06-19T05:32:36.9751000Z    Compiling moka v0.12.15
2026-06-19T05:32:37.0540709Z    Compiling serde_spanned v0.6.9
2026-06-19T05:32:37.1558638Z    Compiling num_enum v0.7.6
2026-06-19T05:32:37.1910850Z    Compiling toml_datetime v0.6.11
2026-06-19T05:32:37.2094347Z    Compiling ref-cast-impl v1.0.25
2026-06-19T05:32:37.2131367Z    Compiling thiserror-impl v1.0.69
2026-06-19T05:32:37.2750874Z    Compiling arrayref v0.3.9
2026-06-19T05:32:37.5794643Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-19T05:32:37.6952983Z    Compiling toml_edit v0.22.27
2026-06-19T05:32:37.8630931Z    Compiling webpki-roots v1.0.7
2026-06-19T05:32:37.9845423Z    Compiling regex-automata v0.4.14
2026-06-19T05:32:38.0931368Z    Compiling schemars_derive v1.2.1
2026-06-19T05:32:38.2210417Z    Compiling serial-unix v0.4.0
2026-06-19T05:32:38.3170646Z    Compiling lru v0.16.4
2026-06-19T05:32:38.4650656Z    Compiling signal-hook-registry v1.4.8
2026-06-19T05:32:38.5030972Z    Compiling darling_core v0.23.0
2026-06-19T05:32:38.5179358Z    Compiling serde_bytes v0.11.19
2026-06-19T05:32:38.5710877Z    Compiling hmac v0.12.1
2026-06-19T05:32:38.7281172Z    Compiling seize v0.5.1
2026-06-19T05:32:38.8155344Z    Compiling iroh v0.98.2
2026-06-19T05:32:38.8800922Z    Compiling bitflags v1.3.2
2026-06-19T05:32:38.9367881Z    Compiling rustix v0.38.44
2026-06-19T05:32:38.9500568Z    Compiling cmov v0.5.4
2026-06-19T05:32:39.0631228Z    Compiling pin-utils v0.1.0
2026-06-19T05:32:39.0788635Z    Compiling utf8parse v0.2.2
2026-06-19T05:32:39.1353732Z    Compiling dyn-clone v1.0.20
2026-06-19T05:32:39.1490506Z    Compiling strum v0.28.0
2026-06-19T05:32:39.1871274Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-19T05:32:39.2060457Z    Compiling ctutils v0.4.2
2026-06-19T05:32:39.2224688Z    Compiling anstyle-parse v1.0.0
2026-06-19T05:32:39.2734808Z    Compiling iroh-dns v0.98.0
2026-06-19T05:32:39.2735428Z    Compiling nix v0.25.1
2026-06-19T05:32:39.3700451Z    Compiling papaya v0.2.4
2026-06-19T05:32:39.4190784Z    Compiling filedescriptor v0.8.3
2026-06-19T05:32:39.4716017Z    Compiling hkdf v0.12.4
2026-06-19T05:32:39.6890470Z    Compiling serial v0.4.0
2026-06-19T05:32:39.7820269Z    Compiling backon v1.6.0
2026-06-19T05:32:39.9081050Z    Compiling colorchoice v1.0.5
2026-06-19T05:32:39.9965378Z    Compiling linux-raw-sys v0.4.15
2026-06-19T05:32:40.0179437Z    Compiling instability v0.3.12
2026-06-19T05:32:40.0336637Z    Compiling schemars v1.2.1
2026-06-19T05:32:40.0750390Z    Compiling shell-words v1.1.1
2026-06-19T05:32:40.1180507Z    Compiling foldhash v0.1.5
2026-06-19T05:32:40.1650645Z    Compiling anstyle-query v1.1.5
2026-06-19T05:32:40.2296086Z    Compiling is_terminal_polyfill v1.70.2
2026-06-19T05:32:40.3080613Z    Compiling downcast-rs v1.2.1
2026-06-19T05:32:40.3244045Z    Compiling anstyle v1.0.14
2026-06-19T05:32:40.4027986Z    Compiling hashbrown v0.15.5
2026-06-19T05:32:40.4390464Z    Compiling toml v0.8.23
2026-06-19T05:32:40.5980133Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-19T05:32:41.2313891Z    Compiling regex v1.12.3
2026-06-19T05:32:41.4010900Z    Compiling terminal_size v0.4.4
2026-06-19T05:32:41.4090064Z    Compiling anstream v1.0.0
2026-06-19T05:32:41.5660529Z    Compiling hyper v1.10.1
2026-06-19T05:32:41.6860709Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-19T05:32:41.8660705Z    Compiling signal-hook-mio v0.2.5
2026-06-19T05:32:41.8730404Z    Compiling spake2 v0.4.0
2026-06-19T05:32:41.9210384Z    Compiling strum_macros v0.26.4
2026-06-19T05:32:41.9530571Z    Compiling sha1 v0.10.6
2026-06-19T05:32:41.9754595Z    Compiling itertools v0.13.0
2026-06-19T05:32:42.2553581Z    Compiling castaway v0.2.4
2026-06-19T05:32:42.2750993Z    Compiling unicode-width v0.1.14
2026-06-19T05:32:42.3920519Z    Compiling static_assertions v1.1.0
2026-06-19T05:32:42.4180706Z    Compiling darling_macro v0.23.0
2026-06-19T05:32:42.4449373Z    Compiling doctest-file v1.1.1
2026-06-19T05:32:42.4755332Z    Compiling indoc v2.0.7
2026-06-19T05:32:42.5680504Z    Compiling clap_lex v1.1.0
2026-06-19T05:32:42.7952979Z    Compiling darling v0.23.0
2026-06-19T05:32:42.8756533Z    Compiling clap_builder v4.6.0
2026-06-19T05:32:42.8850673Z    Compiling compact_str v0.8.2
2026-06-19T05:32:42.9544061Z    Compiling crossterm v0.28.1
2026-06-19T05:32:42.9910779Z    Compiling interprocess v2.4.2
2026-06-19T05:32:43.5725215Z    Compiling hyper-util v0.1.20
2026-06-19T05:32:43.6090528Z    Compiling lru v0.12.5
2026-06-19T05:32:43.7705952Z    Compiling portable-pty v0.8.1
2026-06-19T05:32:43.7950813Z    Compiling clap_derive v4.6.1
2026-06-19T05:32:43.8760937Z    Compiling unicode-width v0.2.0
2026-06-19T05:32:43.9080390Z    Compiling cassowary v0.3.0
2026-06-19T05:32:43.9142880Z    Compiling iana-time-zone v0.1.65
2026-06-19T05:32:44.0321172Z    Compiling unicode-truncate v1.1.0
2026-06-19T05:32:44.2102660Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-19T05:32:44.2212921Z    Compiling chrono v0.4.45
2026-06-19T05:32:44.2883040Z    Compiling nucleo-matcher v0.3.1
2026-06-19T05:32:44.3790793Z    Compiling strum v0.26.3
2026-06-19T05:32:44.5028294Z    Compiling ratatui v0.29.0
2026-06-19T05:32:44.5161108Z    Compiling qrcode v0.14.1
2026-06-19T05:32:44.6103101Z    Compiling tempfile v3.27.0
2026-06-19T05:32:44.7325779Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-19T05:32:45.7149488Z    Compiling igd-next v0.17.1
2026-06-19T05:32:45.9618144Z    Compiling clap v4.6.1
2026-06-19T05:32:46.8602724Z    Compiling portmapper v0.16.0
2026-06-19T05:32:52.5991685Z    Compiling rustls-webpki v0.103.13
2026-06-19T05:32:54.9699285Z    Compiling tokio-rustls v0.26.4
2026-06-19T05:32:54.9699828Z    Compiling noq-proto v0.17.0
2026-06-19T05:32:54.9700302Z    Compiling rustls-platform-verifier v0.7.0
2026-06-19T05:32:55.1244533Z    Compiling hyper-rustls v0.27.9
2026-06-19T05:32:55.1245133Z    Compiling hickory-net v0.26.0-beta.4
2026-06-19T05:32:55.1245568Z    Compiling tokio-websockets v0.13.2
2026-06-19T05:32:55.2494927Z    Compiling reqwest v0.13.4
2026-06-19T05:32:56.2073180Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-19T05:33:09.9933851Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-19T05:33:11.3479538Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-19T05:33:18.2117741Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-19T05:33:21.8325557Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 02s
2026-06-19T05:33:21.8542607Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-19T05:33:21.8555772Z 
2026-06-19T05:33:21.8555990Z running 1 test
2026-06-19T05:33:28.0480814Z test new_brain_serves_against_old_broker ... ok
2026-06-19T05:33:28.0481171Z 
2026-06-19T05:33:28.0481448Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-06-19T05:33:28.0481815Z 
